Add small memory warning message to domain configuration examples.
authorstekloff@dyn9047022152.beaverton.ibm.com <stekloff@dyn9047022152.beaverton.ibm.com>
Wed, 19 Apr 2006 21:58:24 +0000 (22:58 +0100)
committerstekloff@dyn9047022152.beaverton.ibm.com <stekloff@dyn9047022152.beaverton.ibm.com>
Wed, 19 Apr 2006 21:58:24 +0000 (22:58 +0100)
Signed-off-by: Daniel Stekloff <dsteklof@us.ibm.com>
tools/examples/xmexample.hvm
tools/examples/xmexample.nbd
tools/examples/xmexample.vti
tools/examples/xmexample1
tools/examples/xmexample2
tools/examples/xmexample3

index d7576b67a0e2911ff98095951aef54121329540e..2f136ae7ee45f38d000f9a3d29545b014bc4d8fc 100644 (file)
@@ -21,6 +21,10 @@ kernel = "/usr/lib/xen/boot/hvmloader"
 builder='hvm'
 
 # Initial memory allocation (in megabytes) for the new domain.
+#
+# WARNING: Creating a domain with insufficient memory may cause out of
+#          memory errors. The domain needs enough memory to boot kernel
+#          and modules. Allocating less than 32MBs is not recommended.
 memory = 128
 
 # A name for your domain. All domains must have different names.
index 90dadc294d1a0e8981982cce0717efa6a4c4021f..7fdb74e0e09ed1ba60530cd2448ec2e563a018a5 100644 (file)
 
 kernel = "/boot/vmlinuz-2.6.13-15b-xen"
 ramdisk = "/boot/initrd-2.6.13-15b-xen"
+
+# WARNING: Creating a domain with insufficient memory may cause out of
+#          memory errors. The domain needs enough memory to boot kernel
+#          and modules. Allocating less than 32MBs is not recommended.
 memory = 128
+
 name = "nbd4"
 vif = [ '' ]
 # Please change PORT
index ee49ae46d4931ebf88671b43677b2bf74964749a..d8cfa61de6c1af6df4c3178e9765f6af0b31339f 100644 (file)
@@ -18,6 +18,10 @@ kernel = "/boot/Flash.fd"
 builder='hvm'
 
 # Initial memory allocation (in megabytes) for the new domain.
+#
+# WARNING: Creating a domain with insufficient memory may cause out of
+#          memory errors. The domain needs enough memory to boot kernel
+#          and modules. Allocating less than 32MBs is not recommended.
 memory = 256
 
 # A name for your domain. All domains must have different names.
index 8985ff258211998f412e9c78aa6674ebecb1bb8d..1ba525a962d0b17351befdea8b44b729af5cf903 100644 (file)
@@ -17,6 +17,10 @@ kernel = "/boot/vmlinuz-2.6.10-xenU"
 #builder='linux'
 
 # Initial memory allocation (in megabytes) for the new domain.
+#
+# WARNING: Creating a domain with insufficient memory may cause out of
+#          memory errors. The domain needs enough memory to boot kernel
+#          and modules. Allocating less than 32MBs is not recommended.
 memory = 64
 
 # A name for your domain. All domains must have different names.
index ff39c4e7d97e97fa7cc56655809c8496ec9a597d..2dd75687b697062ef1f078609f18b8335b1ccabd 100644 (file)
@@ -45,6 +45,10 @@ kernel = "/boot/vmlinuz-2.6.10-xenU"
 #builder='linux'
 
 # Initial memory allocation (in megabytes) for the new domain.
+#
+# WARNING: Creating a domain with insufficient memory may cause out of
+#          memory errors. The domain needs enough memory to boot kernel
+#          and modules. Allocating less than 32MBs is not recommended.
 memory = 64
 
 # A name for the new domain. All domains have to have different names,
index bf20dd4862090b429b886a48cf05544a20bf7f8e..8b01b13893b0f214726a1ba61b4e2e0a94b75529 100644 (file)
@@ -45,6 +45,10 @@ kernel = "/path/to/domU/kernel"
 #builder='linux'
 
 # Initial memory allocation (in megabytes) for the new domain.
+#
+# WARNING: Creating a domain with insufficient memory may cause out of
+#          memory errors. The domain needs enough memory to boot kernel
+#          and modules. Allocating less than 32MBs is not recommended.
 memory = 64
 
 # A name for the new domain. All domains have to have different names,